Searched refs:textureID (Results 1 - 16 of 16) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fFboStateQueryTests.cpp89 GLuint textureID = 0; local
90 glGenTextures(1, &textureID);
91 glBindTexture(GL_TEXTURE_2D, textureID);
95 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, textureID, 0);
99 checkColorAttachmentParam(m_testCtx, *this, GL_FRAMEBUFFER, GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME, textureID);
102 glDeleteTextures(1, &textureID);
145 GLuint textureID = 0; local
147 glGenTextures(1, &textureID);
148 glBindTexture(GL_TEXTURE_2D, textureID);
152 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, textureID,
182 GLuint textureID = 0; local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fFboStateQueryTests.cpp237 GLuint textureID = 0; local
238 glGenTextures(1, &textureID);
239 glBindTexture(GL_TEXTURE_2D, textureID);
243 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, textureID, 0);
247 checkColorAttachmentParam(m_testCtx, *this, GL_FRAMEBUFFER, GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME, textureID);
250 glDeleteTextures(1, &textureID);
293 GLuint textureID = 0; local
294 glGenTextures(1, &textureID);
295 glBindTexture(GL_TEXTURE_2D, textureID);
299 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, textureID, mipmapLeve
329 GLuint textureID = 0; local
376 GLuint textureID = 0; local
392 GLuint textureID = 0; local
539 GLuint textureID = 0; local
745 GLuint textureID = 0; local
853 GLuint textureID = 0; local
956 GLuint textureID = 0; local
973 GLuint textureID = 0; local
[all...]
H A Des3fTextureStateQueryTests.cpp602 GLuint textureID = 0; local
603 glGenTextures(1, &textureID);
604 glBindTexture(m_textureTarget, textureID);
614 glDeleteTextures(1, &textureID);
663 GLuint textureID = 0; local
664 glGenTextures(1, &textureID);
665 glBindTexture(m_textureTarget, textureID);
675 glDeleteTextures(1, &textureID);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DMediaCodecVideoDecoder.java88 private int textureID = -1; field in class:MediaCodecVideoDecoder
304 textureID = textures[0];
305 GLES20.glBindTexture(GLES11Ext.GL_TEXTURE_EXTERNAL_OES, textureID);
317 Log.d(TAG, "Video decoder TextureID = " + textureID);
318 surfaceTexture = new SurfaceTexture(textureID);
362 if (textureID >= 0) {
364 textures[0] = textureID;
365 Log.d(TAG, "Delete video decoder TextureID " + textureID);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLTexture.cpp67 return static_cast<GrBackendObject>(this->textureID());
H A DGrGLTexture.h92 GrGLuint textureID() const { return (fTexIDObj.get()) ? fTexIDObj->id() : 0; } function in class:GrGLTexture
H A DGrGpuGL.cpp473 GL_CALL(BindTexture(GR_GL_TEXTURE_2D, glTex->textureID()));
480 desc.fTextureID = glTex->textureID();
2026 uint32_t textureID = texture->getUniqueID(); local
2027 if (fHWBoundTextureUniqueIDs[unitIdx] != textureID) {
2029 GL_CALL(BindTexture(GR_GL_TEXTURE_2D, texture->textureID()));
2030 fHWBoundTextureUniqueIDs[unitIdx] = textureID;
2379 GrGLuint texID = static_cast<GrGLTexture*>(surface->asTexture())->textureID();
2452 GL_CALL(BindTexture(GR_GL_TEXTURE_2D, dstTex->textureID()));
/external/skia/src/gpu/gl/
H A DGrGLTexture.cpp67 return static_cast<GrBackendObject>(this->textureID());
H A DGrGLTexture.h92 GrGLuint textureID() const { return (NULL != fTexIDObj.get()) ? fTexIDObj->id() : 0; } function in class:GrGLTexture
H A DGrGpuGL.cpp470 GL_CALL(BindTexture(GR_GL_TEXTURE_2D, glTex->textureID()));
477 desc.fTextureID = glTex->textureID();
2302 GL_CALL(BindTexture(GR_GL_TEXTURE_2D, texture->textureID()));
2794 GrGLuint texID = static_cast<GrGLTexture*>(surface->asTexture())->textureID();
2867 GL_CALL(BindTexture(GR_GL_TEXTURE_2D, dstTex->textureID()));
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
H A DGrGLCreateDebugInterface.cpp61 GrGLuint textureID) {
67 // a textureID of 0 is acceptable - it binds to the default texture target
68 GrTextureObj *texture = GR_FIND(textureID, GrTextureObj,
422 GrGLuint textureID,
435 // A textureID of 0 is allowed - it unbinds the currently bound texture
436 GrTextureObj *texture = GR_FIND(textureID, GrTextureObj,
60 debugGLBindTexture(GrGLenum target, GrGLuint textureID) argument
419 debugGLFramebufferTexture2D(GrGLenum target, GrGLenum attachment, GrGLenum textarget, GrGLuint textureID, GrGLint level) argument
/external/skia/src/gpu/gl/debug/
H A DGrGLCreateDebugInterface.cpp61 GrGLuint textureID) {
67 // a textureID of 0 is acceptable - it binds to the default texture target
68 GrTextureObj *texture = GR_FIND(textureID, GrTextureObj,
422 GrGLuint textureID,
435 // A textureID of 0 is allowed - it unbinds the currently bound texture
436 GrTextureObj *texture = GR_FIND(textureID, GrTextureObj,
60 debugGLBindTexture(GrGLenum target, GrGLuint textureID) argument
419 debugGLFramebufferTexture2D(GrGLenum target, GrGLenum attachment, GrGLenum textarget, GrGLuint textureID, GrGLint level) argument
/external/chromium_org/third_party/skia/src/utils/
H A DSkCanvasStateUtils.cpp72 int32_t textureID; member in struct:SkCanvasLayerState::__anon15354::__anon15356
/external/skia/src/utils/
H A DSkCanvasStateUtils.cpp67 int32_t textureID; member in struct:SkCanvasLayerState::__anon30763::__anon30765
/external/deqp/modules/gles2/stress/
H A Des2sSpecialFloatTests.cpp259 GLuint textureID = 0; local
276 gl.genTextures(1, &textureID);
277 gl.bindTexture(GL_TEXTURE_2D, textureID);
301 if (textureID)
302 gl.deleteTextures(1, &textureID);
/external/deqp/modules/gles3/stress/
H A Des3sSpecialFloatTests.cpp267 GLuint textureID = 0; local
284 gl.genTextures(1, &textureID);
285 gl.bindTexture(GL_TEXTURE_2D, textureID);
309 if (textureID)
310 gl.deleteTextures(1, &textureID);

Completed in 2926 milliseconds