Home
last modified time | relevance | path

Searched refs:BindTexture (Results 1 – 25 of 36) sorted by relevance

12

/external/skqp/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp286 callgl(BindTexture, GR_GL_TEXTURE_2D, id); in createTexture()
329 callgl(BindTexture, GR_GL_TEXTURE_2D, atlasTexture->fID); in setTextureData()
344 callgl(BindTexture, GR_GL_TEXTURE_2D, atlas->fID); in drawSDFGlyphs()
/external/skia/tests/
DTextureBindingsResetTest.cpp50 GL(BindTexture(target.fName, claimedIDs[i++])); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DEGLImageTest.cpp130 GR_GL_CALL(glCtx1->gl(), BindTexture(texInfo.fTarget, texInfo.fID)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/external/skqp/tests/
DEGLImageTest.cpp134 GR_GL_CALL(glCtx1->gl(), BindTexture(texInfo.fTarget, texInfo.fID)); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/external/skia/src/gpu/gl/
DGrGLAssembleWebGLInterfaceAutogen.cpp66 GET_PROC(BindTexture); in GrGLMakeAssembledWebGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp59 GET_PROC(BindTexture); in GrGLMakeAssembledGLESInterface()
DGrGLAssembleGLInterfaceAutogen.cpp62 GET_PROC(BindTexture); in GrGLMakeAssembledGLInterface()
DGrGLGpu.cpp1337 GL_CALL(BindTexture(texDesc.fTarget, 0)); in onCreateTexture()
1543 GL_CALL(BindTexture(GR_GL_TEXTURE_2D, 0)); in getCompatibleStencilIndex()
2617 GL_CALL(BindTexture(target, texture->textureID())); in bindTexture()
2757 GL_CALL(BindTexture(target, 0)); in onResetTextureBindings()
2823 GL_CALL(BindTexture(target, textureID)); in bindTextureToScratchUnit()
/external/angle/extensions/
DCHROMIUM_bind_generates_resource.txt69 If BIND_GENERATES_RESOURCE_CHROMIUM is false, BindTexture fails and an
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp797 GL_CALL(BindTexture(glTex->target(), glTex->textureID())); in onWritePixels()
868 GL_CALL(BindTexture(glTex->target(), glTex->textureID())); in onTransferPixels()
1580 GL_CALL(BindTexture(idDesc.fInfo.fTarget, 0)); in onCreateTexture()
1657 GL_CALL(BindTexture(GR_GL_TEXTURE_2D, colorID)); in getCompatibleStencilIndex()
1695 GL_CALL(BindTexture(GR_GL_TEXTURE_2D, 0)); in getCompatibleStencilIndex()
1772 GL_CALL(BindTexture(info->fTarget, info->fID)); in createTextureImpl()
2961 GL_CALL(BindTexture(target, texture->textureID())); in bindTexture()
3701 GL_CALL(BindTexture(dstTex->target(), dstTex->textureID())); in copySurfaceAsCopyTexSubImage()
3788 GL_CALL(BindTexture(target, glTex->textureID())); in onRegenerateMipMapLevels()
3954 GL_CALL(BindTexture(info.fTarget, info.fID)); in createTestingOnlyBackendTexture()
[all …]
DGrGLAssembleInterface.cpp92 GET_PROC(BindTexture); in GrGLMakeAssembledGLInterface()
454 GET_PROC(BindTexture); in GrGLMakeAssembledGLESInterface()
/external/skqp/gm/
Drectangletexture.cpp94 GR_GL_CALL(gl, BindTexture(kTarget, id)); in createRectangleTextureImg()
/external/skqp/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp275 GR_GL_CALL_NOERRCHECK(this->gl(), BindTexture(GR_GL_TEXTURE_EXTERNAL, texID)); in eglImageToExternalTexture()
/external/skqp/tools/gpu/gl/angle/
DGLTestContext_angle.cpp311 GR_GL_CALL(this->gl(), BindTexture(GR_GL_TEXTURE_EXTERNAL, texID)); in eglImageToExternalTexture()
/external/mesa3d/src/mesa/main/
Dtexobj.c1441 if (ctx->Driver.BindTexture) in unbind_textures_from_unit()
1442 ctx->Driver.BindTexture(ctx, unit, 0, texObj); in unbind_textures_from_unit()
1700 if (ctx->Driver.BindTexture) { in bind_texture_object()
1701 ctx->Driver.BindTexture(ctx, unit, texObj->Target, texObj); in bind_texture_object()
/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp394 GR_GL_CALL_NOERRCHECK(this->gl(), BindTexture(GR_GL_TEXTURE_EXTERNAL, texID)); in eglImageToExternalTexture()
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c104 driver->BindTexture = NULL; in _mesa_init_driver_functions()
/external/skqp/tools/gpu/gl/
DGLTestContext.cpp334 GR_GL_CALL(fGL.get(), BindTexture(GR_GL_TEXTURE_RECTANGLE, id)); in createTextureRectangle()
/external/deqp/doc/testspecs/GLES3/
Dfunctional.lifetime.txt89 BindBuffer, BindFramebuffer, BindRenderbuffer and BindTexture functions
/external/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp396 GR_GL_CALL(this->gl(), BindTexture(GR_GL_TEXTURE_EXTERNAL, texID)); in eglImageToExternalTexture()
/external/mesa3d/docs/_extra/specs/
DMESA_texture_array.spec386 void BindTexture(enum target, uint texture);
397 BindTexture may also be used to bind an existing texture object to
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_texture.c697 functions->BindTexture = nouveau_bind_texture; in nouveau_texture_functions_init()
/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp158 void GL_APIENTRY BindTexture(GLenum target, GLuint texture);
578 return es1::BindTexture(target, texture); in glBindTexture()
1425 this->glBindTexture = es1::BindTexture; in LibGLES_CMexports()
/external/skia/tools/gpu/gl/interface/
Dinterface.json525 "BindTexture", "BlendColor", "BlendEquation", "BlendFunc",
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp871 { "glBindTexture", _O(BindTexture) },

12