Home
last modified time | relevance | path

Searched refs:BindSampler (Results 1 – 22 of 22) sorted by relevance

/third_party/openGLES/extensions/ARB/
DARB_sampler_objects.txt96 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
DARB_direct_state_access.txt3610 - BindSampler
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_sampler_objects.txt86 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
DARB_direct_state_access.txt3579 - BindSampler
/third_party/skia/src/gpu/gl/
DGrGLAssembleGLInterfaceAutogen.cpp421 GET_PROC(BindSampler); in GrGLMakeAssembledGLInterface()
427 GET_PROC(BindSampler); in GrGLMakeAssembledGLInterface()
DGrGLAssembleWebGLInterfaceAutogen.cpp239 GET_PROC(BindSampler); in GrGLMakeAssembledWebGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp425 GET_PROC(BindSampler); in GrGLMakeAssembledGLESInterface()
DGrGLGpu.cpp267 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/
DPipelineGL.cpp214 gl.BindSampler(unit, mDummySampler->GetNonFilteringHandle()); in ApplyNow()
DCommandBufferGL.cpp291 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/
Dimgui_impl_opengl3_loader.h443 PFNGLBINDSAMPLERPROC BindSampler; member
502 #define glBindSampler imgl3wProcs.gl.BindSampler
/third_party/skia/tools/gpu/gl/interface/
Dinterface.json5612 "BindSampler", "DeleteSamplers", "GenSamplers",
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_EGL_image_external_essl3.txt89 - Add to the description BindSampler:
/third_party/openGLES/extensions/OES/
DOES_EGL_image_external_essl3.txt99 - Add to the description BindSampler:
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1163 { "glBindSampler", _O(BindSampler) },
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h310 void GL_APIENTRY BindSampler(GLuint unit, GLuint sampler);
Dentry_points.cpp1427 return gl::BindSampler(unit, sampler); in glBindSampler()
DlibGLESv3.cpp3160 void GL_APIENTRY BindSampler(GLuint unit, GLuint sampler) in BindSampler() function
DlibGLESv2.cpp6289 FUNCTION(BindSampler), in es2GetProcAddress()
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
Dparser_bind_test.cc2790 TEST_F(AmberScriptParserTest, BindSampler) { in TEST_F() argument
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp151 ANGLE_CAPTURE(BindSampler, isCallValid, context, unit, samplerPacked); in GL_BindSampler()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_autogen.cpp3332 ANGLE_CAPTURE(BindSampler, isCallValid, context, unit, samplerPacked); in GL_BindSampler()