/third_party/openGLES/extensions/ARB/ |
D | ARB_sampler_objects.txt | 96 void BindSampler(uint unit, uint sampler); 248 when they are first used as a parameter to BindSampler, 263 void BindSampler( uint unit, uint sampler ); 276 BindSampler fails and an INVALID_OPERATION error is generated if 343 it is as though BindSampler is called with <unit> set to the unit 423 INVALID_OPERATION is generated by BindSampler if <sampler> is not 426 INVALID_VALUE is generated by BindSampler if <unit> is greater than 470 1) Should BindSampler take a <target> parameter? 565 9 03/27/2010 pbrown Fix an incorrect prototype for BindSampler
|
D | ARB_direct_state_access.txt | 3610 - BindSampler
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_sampler_objects.txt | 86 void BindSampler(uint unit, uint sampler); 238 when they are first used as a parameter to BindSampler, 253 void BindSampler( uint unit, uint sampler ); 266 BindSampler fails and an INVALID_OPERATION error is generated if 333 it is as though BindSampler is called with <unit> set to the unit 413 INVALID_OPERATION is generated by BindSampler if <sampler> is not 416 INVALID_VALUE is generated by BindSampler if <unit> is greater than 460 1) Should BindSampler take a <target> parameter? 555 9 03/27/2010 pbrown Fix an incorrect prototype for BindSampler
|
D | ARB_direct_state_access.txt | 3579 - BindSampler
|
/third_party/skia/src/gpu/gl/ |
D | GrGLAssembleGLInterfaceAutogen.cpp | 421 GET_PROC(BindSampler); in GrGLMakeAssembledGLInterface() 427 GET_PROC(BindSampler); in GrGLMakeAssembledGLInterface()
|
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 239 GET_PROC(BindSampler); in GrGLMakeAssembledWebGLInterface()
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 425 GET_PROC(BindSampler); in GrGLMakeAssembledGLESInterface()
|
D | GrGLGpu.cpp | 267 GR_GL_CALL(fGpu->glInterface(), BindSampler(unitIdx, fSamplers[index])); in bindSampler() 276 GR_GL_CALL(fGpu->glInterface(), BindSampler(unitIdx, 0)); in unbindSampler()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | PipelineGL.cpp | 214 gl.BindSampler(unit, mDummySampler->GetNonFilteringHandle()); in ApplyNow()
|
D | CommandBufferGL.cpp | 291 gl.BindSampler(unit.unit, sampler->GetFilteringHandle()); in ApplyBindGroup() 293 gl.BindSampler(unit.unit, sampler->GetNonFilteringHandle()); in ApplyBindGroup()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_opengl3_loader.h | 443 PFNGLBINDSAMPLERPROC BindSampler; member 502 #define glBindSampler imgl3wProcs.gl.BindSampler
|
/third_party/skia/tools/gpu/gl/interface/ |
D | interface.json5 | 612 "BindSampler", "DeleteSamplers", "GenSamplers",
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_EGL_image_external_essl3.txt | 89 - Add to the description BindSampler:
|
/third_party/openGLES/extensions/OES/ |
D | OES_EGL_image_external_essl3.txt | 99 - Add to the description BindSampler:
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1163 { "glBindSampler", _O(BindSampler) },
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.h | 310 void GL_APIENTRY BindSampler(GLuint unit, GLuint sampler);
|
D | entry_points.cpp | 1427 return gl::BindSampler(unit, sampler); in glBindSampler()
|
D | libGLESv3.cpp | 3160 void GL_APIENTRY BindSampler(GLuint unit, GLuint sampler) in BindSampler() function
|
D | libGLESv2.cpp | 6289 FUNCTION(BindSampler), in es2GetProcAddress()
|
/third_party/vk-gl-cts/external/amber/src/src/amberscript/ |
D | parser_bind_test.cc | 2790 TEST_F(AmberScriptParserTest, BindSampler) { in TEST_F() argument
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_3_0_autogen.cpp | 151 ANGLE_CAPTURE(BindSampler, isCallValid, context, unit, samplerPacked); in GL_BindSampler()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_3_autogen.cpp | 3332 ANGLE_CAPTURE(BindSampler, isCallValid, context, unit, samplerPacked); in GL_BindSampler()
|