Home
last modified time | relevance | path

Searched defs:plane (Results 1 – 25 of 32) sorted by relevance

12

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DStream.cpp40 for (auto &plane : mPlanes) in Stream() local
50 for (auto &plane : mPlanes) in ~Stream() local
269 for (auto &plane : mPlanes) in releaseTextures() local
DGLES1State.cpp436 void GLES1State::setClipPlane(unsigned int plane, const GLfloat *equation) in setClipPlane()
446 void GLES1State::getClipPlane(unsigned int plane, GLfloat *equation) const in getClipPlane()
Dcapture_gles_1_0_params.cpp27 GLenum plane, in CaptureClipPlanex_equation()
65 GLenum plane, in CaptureGetClipPlanef_equation()
74 GLenum plane, in CaptureGetClipPlanex_equation()
DvalidationES1.cpp348 bool ValidateClipPlaneCommon(const Context *context, GLenum plane) in ValidateClipPlaneCommon()
680 bool ValidateClipPlanef(const Context *context, GLenum plane, const GLfloat *eqn) in ValidateClipPlanef()
685 bool ValidateClipPlanex(const Context *context, GLenum plane, const GLfixed *equation) in ValidateClipPlanex()
838 bool ValidateGetClipPlanef(const Context *context, GLenum plane, const GLfloat *equation) in ValidateGetClipPlanef()
843 bool ValidateGetClipPlanex(const Context *context, GLenum plane, const GLfixed *equation) in ValidateGetClipPlanex()
DContext_gles_1_0.cpp71 void Context::clipPlanex(GLenum plane, const GLfixed *equation) in clipPlanex()
181 void Context::getClipPlanef(GLenum plane, GLfloat *equation) in getClipPlanef()
186 void Context::getClipPlanex(GLenum plane, GLfixed *equation) in getClipPlanex()
Dcapture_gles_1_0_autogen.cpp100 GLenum plane, in CaptureClipPlanex()
315 GLenum plane, in CaptureGetClipPlanef()
332 GLenum plane, in CaptureGetClipPlanex()
DvalidationGL1.cpp61 bool ValidateClipPlane(const Context *, GLenum plane, const GLdouble *equation) in ValidateClipPlane()
367 bool ValidateGetClipPlane(const Context *, GLenum plane, const GLdouble *equation) in ValidateGetClipPlane()
DvalidationEGL.cpp3133 EGLAttrib plane[3]; in ValidateStreamConsumerGLTextureExternalAttribsNV() local
DContext_gl.cpp732 void Context::clipPlane(GLenum plane, const GLdouble *equation) in clipPlane()
1032 void Context::getClipPlane(GLenum plane, GLdouble *equation) in getClipPlane()
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/gles1/
DClipPlaneTest.cpp46 GLenum plane = GL_CLIP_PLANE0 + i; in TEST_P() local
90 GLenum plane = GL_CLIP_PLANE0 + i; in TEST_P() local
/device/generic/vulkan-cereal/stream-servers/
DYUVConverter.cpp85 GLint getGlTextureFormat(FrameworkFormat format, YUVPlane plane) { in getGlTextureFormat()
148 GLenum getGlPixelFormat(FrameworkFormat format, YUVPlane plane) { in getGlPixelFormat()
211 GLsizei getGlPixelType(FrameworkFormat format, YUVPlane plane) { in getGlPixelType()
388 YUVPlane plane, in createYUVGLTex()
408 static void readYUVTex(GLuint tex, FrameworkFormat format, YUVPlane plane, void* pixels) { in readYUVTex()
440 YUVPlane plane, in subUpdateYUVGLTex()
/device/generic/goldfish-opengl/system/hwc2/
DDrmPresenter.cpp125 DrmPlane plane = {}; in initDrmElementsLocked() local
435 DrmPlane& plane = mPlanes[crtc.mPlaneId]; in flushToDisplay() local
/device/generic/goldfish-opengl/system/hwc3/
DDrmPresenter.cpp193 DrmPlane plane = {}; in initDrmElementsLocked() local
553 DrmPlane& plane = mPlanes[crtc.mPlaneId]; in flushToDisplay() local
/device/google/cuttlefish/host/libs/wayland/
Dwayland_dmabuf.cpp53 uint32_t plane, in linux_buffer_params_add()
/device/generic/vulkan-cereal/third-party/angle/src/tests/egl_tests/
DEGLIOSurfaceClientBufferTest.cpp134 EGLint plane, in createIOSurfacePbuffer()
160 EGLint plane, in bindIOSurfaceToTexture()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/cgl/
DIOSurfaceSurfaceCGL.cpp222 EGLAttrib plane = attribs.get(EGL_IOSURFACE_PLANE_ANGLE); in validateAttributes() local
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv1_CM/
DlibGLESv1_CM.cpp63 void GL_APIENTRY glGetClipPlanef(GLenum plane, GLfloat *equation) in glGetClipPlanef()
268 void GL_APIENTRY glClipPlanex(GLenum plane, const GLfixed *equation) in glClipPlanex()
444 void GL_APIENTRY glGetClipPlanex(GLenum plane, GLfixed *equation) in glGetClipPlanex()
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dentry_points_gles_1_0_autogen.cpp138 void GL_APIENTRY ClipPlanex(GLenum plane, const GLfixed *equation) in ClipPlanex()
415 void GL_APIENTRY GetClipPlanef(GLenum plane, GLfloat *equation) in GetClipPlanef()
435 void GL_APIENTRY GetClipPlanex(GLenum plane, GLfixed *equation) in GetClipPlanex()
DlibGLESv2_autogen.cpp2322 void GL_APIENTRY glClipPlanex(GLenum plane, const GLfixed *equation) in glClipPlanex()
2392 void GL_APIENTRY glGetClipPlanef(GLenum plane, GLfloat *equation) in glGetClipPlanef()
2397 void GL_APIENTRY glGetClipPlanex(GLenum plane, GLfixed *equation) in glGetClipPlanex()
5304 void GL_APIENTRY glClipPlanexContextANGLE(GLeglContext ctx, GLenum plane, const GLfixed *equation) in glClipPlanexContextANGLE()
6575 void GL_APIENTRY glGetClipPlanefContextANGLE(GLeglContext ctx, GLenum plane, GLfloat *equation) in glGetClipPlanefContextANGLE()
6580 void GL_APIENTRY glGetClipPlanexContextANGLE(GLeglContext ctx, GLenum plane, GLfixed *equation) in glGetClipPlanexContextANGLE()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_entry.cpp327 void glClipPlanef(GLenum plane, const GLfloat* equation) in glClipPlanef()
1381 void glClipPlanexOES(GLenum plane, const GLfixed* equation) in glClipPlanexOES()
1387 void glClipPlanexIMG(GLenum plane, const GLfixed* equation) in glClipPlanexIMG()
1769 void glClipPlanefOES(GLenum plane, const GLfloat* equation) in glClipPlanefOES()
1775 void glClipPlanefIMG(GLenum plane, const GLfloat* equation) in glClipPlanefIMG()
Dgl_enc.cpp111 void glClipPlanef_enc(void *self , GLenum plane, const GLfloat* equation) in glClipPlanef_enc()
5351 void glClipPlanexOES_enc(void *self , GLenum plane, const GLfixed* equation) in glClipPlanexOES_enc()
5381 void glClipPlanexIMG_enc(void *self , GLenum plane, const GLfixed* equation) in glClipPlanexIMG_enc()
7317 void glClipPlanefOES_enc(void *self , GLenum plane, const GLfloat* equation) in glClipPlanefOES_enc()
7347 void glClipPlanefIMG_enc(void *self , GLenum plane, const GLfloat* equation) in glClipPlanefIMG_enc()
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles.cpp71 void glClipPlanef(GLenum plane, const GLfloat *equation) in glClipPlanef()
306 void glClipPlanex(GLenum plane, const GLfixed *equation) in glClipPlanex()
861 void glClipPlanexOES(GLenum plane, const GLfixed *equation) in glClipPlanexOES()
1171 void glClipPlanefOES(GLenum plane, const GLfloat *equation) in glClipPlanefOES()
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_CM/
DGLEScmImp.cpp600 GL_API void GL_APIENTRY glClipPlanef( GLenum plane, const GLfloat *equation) { in glClipPlanef()
611 GL_API void GL_APIENTRY glClipPlanex( GLenum plane, const GLfixed *equation) { in glClipPlanex()
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_1_0_autogen.cpp284 void GL_APIENTRY ClipPlane(GLenum plane, const GLdouble *equation) in ClipPlane()
1632 void GL_APIENTRY GetClipPlane(GLenum plane, GLdouble *equation) in GetClipPlane()
/device/google/redbull-kernel/sm7250/kernel-headers/linux/
Dvideodev2.h607 __u32 plane; member

12