Home
last modified time | relevance | path

Searched defs:textureLocation (Results 1 – 14 of 14) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/opengl/
H A DShaderModuleGL.h36 BindingLocation textureLocation; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/opengl/
H A DShaderModuleGL.h36 BindingLocation textureLocation; member
/dports/multimedia/QtAV/QtAV-1.13.0/qml/
H A DSGVideoNode.cpp49 int textureLocation(int index) const { return m_shader->textureLocation(index);} in textureLocation() function in QtAV::SGVideoMaterialShader
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/d3d12/
H A DUtilsD3D12.cpp155 const D3D12_TEXTURE_COPY_LOCATION textureLocation = in RecordCopyBufferToTextureFromTextureCopySplit() local
H A DTextureD3D12.cpp986 D3D12_TEXTURE_COPY_LOCATION textureLocation = in ClearTexture() local
H A DCommandBufferD3D12.cpp109 const D3D12_TEXTURE_COPY_LOCATION textureLocation = in RecordCopyTextureToBufferFromTextureCopySplit() local
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/glsl/
H A Dconvolutions.c43 static const char *textureLocation = DEMOS_DATA_DIR "girl2.rgb"; variable
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/glsl/
H A Dconvolutions.c43 static const char *textureLocation = DEMOS_DATA_DIR "girl2.rgb"; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/d3d12/
H A DCommandBufferD3D12.cpp614 D3D12_TEXTURE_COPY_LOCATION textureLocation = in RecordCommands() local
652 D3D12_TEXTURE_COPY_LOCATION textureLocation = in RecordCommands() local
H A DTextureD3D12.cpp724 D3D12_TEXTURE_COPY_LOCATION textureLocation = in ClearTexture() local
/dports/multimedia/QtAV/QtAV-1.13.0/src/opengl/
H A DVideoShader.cpp269 int VideoShader::textureLocation(int channel) const in textureLocation() function in QtAV::VideoShader
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DProgramBinaryTest.cpp792 GLint textureLocation = glGetUniformLocation(reloadedProgram, "tex"); in TEST_P() local
H A DCopyTextureTest.cpp2373 GLint textureLocation = glGetUniformLocation(program, essl1_shaders::Texture2DUniform()); in TEST_P() local
/dports/games/libretro-vecx/libretro-vecx-9af0702/
H A Dlibretro.c83 static GLuint textureLocation; variable